home *** CD-ROM | disk | FTP | other *** search
/ Private Casting / Casting One.bin / Docs / Help.dir / 00005.ls next >
Encoding:
Text File  |  1998-02-21  |  354 b   |  13 lines

  1. on prepareMovie
  2.   global idioma
  3.   if idioma = "french" then
  4.     set the fileName of castLib "idiomas" to the pathName & "french.cst"
  5.   else
  6.     if idioma = "deutch" then
  7.       set the fileName of castLib "idiomas" to the pathName & "deutch.cst"
  8.     else
  9.       set the fileName of castLib "idiomas" to the pathName & "english.cst"
  10.     end if
  11.   end if
  12. end
  13.